.clearfix:before,
.clearfix:after {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both;
    overflow: hidden
}

iframe{
    max-width: 853px !important;
    max-height: 512px !important;
    width: 57vw;
    height: 36vw;
    min-width: 340px;
    min-height: 250px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.ta-l {
    text-align: left
}

.ta-c {
    text-align: center
}

.ta-r {
    text-align: right
}

.pub-btn {
    display: inline-block;
    vertical-align: middle
}

.text-eps {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.pub-btn.btn-default::before,
.pub-btn.btn-border-primary::before {
    content: '';
    position: absolute;
    height: 0;
    width: 0
}

.pub-btn.btn-default::before,
.pub-btn.btn-border-primary::before {
    position: absolute;
    width: 0;
    height: 0;
    content: ''
}

body,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
legend,
input,
select,
textarea,
button,
th,
td,
menu,
article {
    margin: 0;
    padding: 0
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section,
select {
    display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
button,
label {
    font-size: 100%
}

ul,
ol,
li {
    list-style: none
}

img,
fieldset,
input[type="submit"] {
    border: none
}

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button {
    cursor: pointer;
    border: none
}

input,
textarea {
    border: 0;
    outline: none;
    width: 100%;
    padding-left: 5px;
    -webkit-appearance: none
}

select {
    border: 0;
    width: 100%
}

input {
    border-radius: 0
}

textarea {
    border-radius: 0;
    line-height: 1.5;
    word-wrap: break-word;
    resize: none;
    height: auto
}

select::-ms-expand {
    display: none
}

::-ms-check {
    display: none
}

a {
    outline: none;
    text-decoration: none;
    color: #333
}

a:hover {
    color: #1E649F
}

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%
}

html,
input,
textarea {
    color: #333;
    font-family: '\5FAE\8F6F\96C5\9ED1', Helvetica, arial
}

body {
    background-color: #f0f0f0;
    color: #333;
    font: 12px/1.5 '\5FAE\8F6F\96C5\9ED1', Helvetica, arial;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none
}

input[disabled],
textarea[disabled] {
    background-color: transparent;
    color: #000;
    opacity: 1
}

.placeholder {
    color: #666
}

.hide {
    display: none !important
}

.hidden {
    visibility: hidden !important
}

.overflow-hidden {
    overflow: hidden !important
}

.pos-r {
    position: relative !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt20 {
    margin-top: 20px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.ml10 {
    margin-left: 10px !important
}

.pub-green-bg {
    background-color: #47b48a !important
}

.pub-blue-bg {
    background-color: #25b6ed !important
}

.pub-orange-bg {
    background-color: #f40 !important
}

.pub-gray-bg {
    background-color: #ddd !important
}

.pub-orange-text {
    color: #f40 !important
}

.pub-red-text {
    color: #e52f3c !important
}

.pub-gray-text {
    color: #aaa !important
}

.pub-theme-text {
    color: #1E649F !important
}

.border-bottom {
    border-bottom: 1px solid #aaa
}

.border-radius-gray {
    border: 1px solid #aaa;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px
}

.tit {
    font-size: 20px;
    margin-bottom: 20px
}

.pub-btn {
    background-color: transparent;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    white-space: nowrap
}

.pub-btn.disabled {
    background-color: #eee !important;
    color: #999 !important
}

.pub-btn.btn-block {
    width: 100%
}

.pub-btn.btn-normal {
    font-size: 14px;
    padding: 6px 12px
}

.pub-btn.btn-lg {
    font-size: 14px;
    padding: 10px 20px
}

.pub-btn.btn-sm {
    font-size: 12px;
    padding: 6px 8px
}

.pub-btn.btn-default {
    color: #1E649F;
    background: -webkit-linear-gradient(top, #fff, #f5f5f5);
    background: linear-gradient(top, #fff, #f5f5f5);
    position: relative
}

.pub-btn.btn-default::before {
    border-radius: 8px;
    z-index: 5;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-width: .01rem;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.pub-btn.btn-primary {
    background-color: #1E649F;
    color: #fff
}

.pub-btn.btn-success {
    background-color: #47b48a;
    color: #fff
}

.pub-btn.btn-danger {
    background-color: #e52f3c;
    color: #fff
}

.pub-btn.btn-invaild {
    background-color: #aaa;
    color: #fff
}

.pub-btn.btn-border-primary {
    color: #1E649F;
    position: relative
}

.pub-btn.btn-border-primary::before {
    border-radius: 8px;
    z-index: 5;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-width: .01rem;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.pub-icon {
    position: absolute;
    display: block;
    top: 50%
}

@font-face {
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    src: url("../font/icomoon.eot");
    src: url("../font/icomoon.eot") format("eot"), url("../font/icomoon.svg") format("svg"), url("../font/icomoon.woff") format("woff"), url("../font/icomoon.ttf") format("truetype")
}

[class^="icon-svg-"],
[class*=" icon-svg-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-svg-search:before {
    content: "\e908"
}

.icon-svg-circle-right:before {
    content: "\e905"
}

.icon-svg-circle-left:before {
    content: "\e907"
}

.icon-svg-circle-down:before {
    content: "\e906"
}

.icon-svg-circle-up:before {
    content: "\e904"
}

.icon-svg-arrow-right:before {
    content: "\e90c"
}

.icon-svg-arrow-left:before {
    content: "\e90e"
}

.icon-svg-arrow-down:before {
    content: "\e90d"
}

.icon-svg-arrow-up:before {
    content: "\e90b"
}

.icon-svg-video-play:before {
    content: "\e909"
}

.icon-svg-star-full:before {
    content: "\e910"
}

.icon-svg-qrcode:before {
    content: "\e90f"
}

.icon-svg-home:before {
    content: "\e913"
}

.icon-svg-qq:before {
    content: "\e916"
}

[class^="icon-png-"],
[class*=" icon-png-"] {
    background: url(../image/zs_icon.png) no-repeat
}

.icon-png-more {
    background-position: -153px -802px;
    width: 30px;
    position: absolute;
    top: 50%;
    height: 30px;
    margin-top: -15px;
    right: 0
}

.icon-png-yiqixiu {
    background-position: -122px -198px;
    width: 64px;
    height: 64px
}

.icon-png-query {
    background-position: -122px 0px;
    width: 64px;
    height: 64px
}

.icon-png-status {
    background-position: -122px -66px;
    width: 64px;
    height: 64px
}

.icon-png-plan {
    background-position: -122px -132px;
    width: 64px;
    height: 64px
}

.icon-png-fBtn {
    width: 72px;
    position: absolute;
    top: 50%;
    height: 72px;
    margin-top: -36px
}

.icon-png-fBtn.prev {
    background-position: -0 -0;
    left: 0
}

.icon-png-fBtn.prev:hover {
    background-position: -0 -144px
}

.icon-png-fBtn.next {
    background-position: -0 -72px;
    right: 0
}

.icon-png-fBtn.next:hover {
    background-position: -0 -216px
}

.icon-png-fBtn-gray {
    width: 50px;
    position: absolute;
    top: 50%;
    height: 50px;
    margin-top: -25px
}

.icon-png-fBtn-gray.prev {
    background-position: -0 -432px;
    left: 0
}

.icon-png-fBtn-gray.next {
    background-position: -75px -432px;
    right: 0
}

.icon-png-right {
    background-position: -122px -264px;
    width: 64px;
    height: 64px
}

.icon-png-left {
    background-position: -122px -330px;
    width: 64px;
    height: 64px
}

button,
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    border: none;
    cursor: pointer
}

input[type="radio"],
input[type="checkbox"] {
    vertical-align: middle;
    width: 13px;
    height: 13px
}

/*# sourceMappingURL=global.css.map */
/* ph导航 */
.ys_navph2_header {
    display: none;
}
.main-nav .ys_navph2_menu{
    display: none;
}

.ys_navph2_header {
    position: absolute;
    z-index: 999;
    height: 100%;
}

.ys_navph2_navbar {
    background: #1E649F;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 5px 20px 5px 10px;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
}

.ys_navph2_logo {
    position: relative;
    z-index: 50;
    width: 130px;
}

.ys_navph2_logo_btn {
    position: absolute;
    left: 0;
    top: 0;
    display: table-cell;
    width: 100%;
    height: 64px;
    line-height: 64px;
    padding: 0 10px;
    display: block;
    background: #1c5cb0;
    transition: all .36s;
}

.ys_navph2_logo_btn img,
.ys_navph2_search_btn img {
    width: 100%;
}

.ys_navph2_search_btn {
    display: block;
    font-size: 16px;
    line-height: 64px;
    color: #333333;
    transition: all .36s;
}

.ys_navph2_modal {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    overflow: hidden;
    display: none;
}

.ys_navph2_modalmbox {
    padding: 16px 20px;
}

.ys_navph2_modalm {
    transform: translateX(0px);
}

.ys_navph2_msc_box {
    width: 100%;
    display: block;
}

.ys_navph2_msc_boxl {
    border-bottom: 1px solid #eee;
    width: calc(100% - 40px);
    padding-right: 20px;
    height: 40px;
}

.ys_navph2_msc_boxl input {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.ys_navph2_msc_boxr {
    width: 20px;
}

.ys_navph2_msc_boxr img {
    width: 100%;
    line-height: 40px;
}

.ys_navph2_menu {
    line-height: 64px;
    margin-left: 15px;
}

.ys_navph2_menu_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 22px;
}

.ys_navph2_menu_line,
.ys_navph2_menu_line::before,
.ys_navph2_menu_line::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #0f345b;
    transition: all .36s;
}

.ys_navph2_menu_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ys_navph2_menu_line::before {
    content: "";
    position: absolute;
    top: 10px;
}

.ys_navph2_menu_line::after {
    content: "";
    position: absolute;
    top: -10px;
}

.ys_navph2_list {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 84px 0 50px;
    background: #0f345b;
    color: #fff;
    overflow: hidden;
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.ys_navph2_subnav {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}

.ys_navph2_subnav li>div {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.ys_navph2_subnav a {
    line-height: 24px;
    padding: 8px 0;
    color: #ffffff;
    display: inline-block;
}

.ys_navph2_subnav_a {
    font-size: 16px;
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_nav_icon::before,
.ys_navph2_nav_icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #fff;
    transition: all .36s;
}

.ys_navph2_subnav ul {
    display: none;
    padding-left: 15px;
}

.ys_navph2_thirnav_a {
    font-size: 14px;
}

.ys_navph2_nav_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
}

.ys_navph2_subnav ul {
    display: none;
    padding-left: 15px;
}

.ys_navph2_fournav_li {
    font-size: 12px;
}

.ys_navph2_lang {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.ys_navph2_lang_btn {
    display: inline-block;
    padding: 15px;
}

.ys_navph2_lang_btn img {
    width: 20px;
}

.ys_navph2_lang_modal {
    transform: translateX(100%);
    transition: all .5s ease-out;
}

.ys_navph2_lang_modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    padding: 84px 0 20px;
}

.ys_navph2_lang_back {
    font-size: 16px;
    margin-bottom: 10px;
}

.ys_navph2_lang_back {
    padding: 0 15px;
}

.ys_navph2_subnav {
    padding: 0 20px;
    height: 100%;
    overflow: auto;
}

.ys_navph2_search_btn {
    width: 20px;
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.ys_navph2_list.act {
    transform: translateX(0);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line {
    background: transparent;
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::before {
    top: 0;
    transform: rotate(45deg);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::after {
    top: 0;
    transform: rotate(-45deg);
}

.ys_navph2_nav_icon::before {
    transform: rotate(90deg);
}

.ys_navph2_subnav li.act>div .ys_navph2_nav_icon::after {
    transform: rotate(90deg) !important;
}

.ys_navph2_lang_modal.act {
    transform: translateX(0);
}

.ys_navph2_subnav_a.yxnav_active1,
.ys_navph2_thirnav_a.yxnav_active2,
.ys_navph2_fournav_a.yxnav_active3 {
    color: rgba(255, 255, 255, .7);
}


.ys_navph2_menu {
    line-height: 64px;
    margin-left: 15px;
}

.ys_navph2_menu_btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 22px;
}

.ys_navph2_menu_line,
.ys_navph2_menu_line::before,
.ys_navph2_menu_line::after {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    transition: all .36s;
}

.ys_navph2_menu_line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ys_navph2_menu_line::before {
    content: "";
    position: absolute;
    top: 10px;
}

.ys_navph2_menu_line::after {
    content: "";
    position: absolute;
    top: -10px;
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line {
    background: transparent;
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::before {
    top: 0;
    transform: rotate(45deg);
}

.ys_navph2_menu_btn.act .ys_navph2_menu_line::after {
    top: 0;
    transform: rotate(-45deg);
}

/*@media screen and (max-width: 1400px) {*/
/*    .index-page .news-area{*/
/*        width: 90% !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1390px) {*/
/*    .main-nav{*/
/*        min-width: 100%;*/
/*    }*/
/*    .header .inner, .main-nav .inner, .banner .inner, .container .inner {*/
/*        width: 90%  !important;*/
/*    }*/
/*    .pub-float-toolbar {*/
/*        left: 96% !important;*/
/*        width: 60px !important;*/
/*        margin-left: auto !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1350px) {*/
/*    .index-page .entrances-main .lm-item {*/
/*        width: 32%;*/
/*    }*/
/*    .index-page .news-module .focus-nav {*/
/*        width: auto;*/
/*        left: auto;*/
/*        right: 10px;*/
/*        margin-left: auto;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1220px) {*/
/*    .header, .main-nav, .banner, .container{*/
/*        min-width: auto !important;*/
/*        width: 100% !important;*/
/*    }*/
/*    .pub-float-toolbar{*/
/*        display: none !important;*/
/*    }*/
/*    .scrollPics{*/
/*        width: 100%;*/
/*    }*/
/*    .links{*/
/*        width: 100%;*/
/*    }*/
/*    .scrollPics .bd{*/
/*        width: 100%;*/
/*    }*/
/*    .scrollPics .bd .tempWrap{*/
/*        width: 100% !important;*/
/*    }*/
/*    .scrollPics .bd .tempWrap .tempWrap{*/
/*        width: 100% !important;*/
/*    }*/
/*    .scrollPics .bd .tempWrap .tempWrap ul li{*/
/*        width: 6.3% !important;*/
/*        margin: auto;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1130px) {*/
/*    .main-nav{*/
/*        display: none;*/
/*    }*/
/*    .header{*/
/*        display: none;*/
/*    }*/
/*    .ys_navph2_header {*/
/*        display: block;*/
/*    }*/
/*    body>.container{*/
/*        margin-top: 100px;*/
/*    }*/
/*    .index-page .entrances-main .lm-link.has-icon .icon {*/
/*        left: 15px;*/
/*    }*/
/*    .index-page .entrances-main .lm-link.has-icon {*/
/*        padding-left: 80px;*/
/*    }*/
/*    .index-page .entrances-main .lm-list {*/
/*        display: flex;*/
/*    }*/
/*    .index-page .news-module .titleBox .title{*/
/*        margin-left: 1%;*/
/*    }*/
/*    .footer .correlation-info, .footer .foot-content{*/
/*        min-width: auto !important;*/
/*        width: 100% !important;*/
/*    }*/
/*    .footer .correlation-info .ci-inner, .footer .foot-content .fc-inner{*/
/*        width: 100% !important;*/
/*    }*/

/*}*/

/*@media screen and (max-width: 1024px) {*/
/*    .news-pic-list {*/
/*        height: 300px !important;*/
/*    }*/
/*    .scrollPics .slidePicsBox {*/
/*        height: 10% !important;*/
/*    }*/
/*    .scrollPics .bd .tempWrap .tempWrap ul li {*/
/*        width: 4% !important;*/
/*        height: 100%;*/
/*    }*/
/*    .slidePicsBox .bd ul li .pic img{*/
/*        width: 90% !important;*/
/*        height: 90% !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1300px) {*/
/*    .container .inner .main{*/
/*        width: 740px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1000px) {*/
/*    .container .inner .main{*/
/*        width: 100%;*/
/*    }*/
/*    .container .inner .main1{*/
/*        width: 100%;*/
/*    }*/
    
/*    .news-pic-list {*/
/*        height: 200px !important;*/
/*    }*/
/*    .icon-png-fBtn {*/
/*        width: 50px !important;*/
/*        top: 43% !important;*/
/*        height: 43px !important;*/
/*    }*/
/*    .index-page .news-module .f-btn img {*/
/*        width: 25%;*/
/*    }*/
/*    .index-page .news-module .titleBox{*/
/*        height: 30px;*/
/*    }*/
/*    .index-page .news-module .focus-nav{*/
/*        bottom: -10px*/
/*    }*/
/*    .index-page .news-module .titleBox .title{*/
/*        font-size: 16px;*/
/*        line-height: 35px*/
/*    }*/
/*    .icon-png-fBtn-gray img{*/
/*        width: 20px !important;*/
/*    }*/
/*    .icon-png-fBtn-gray{*/
/*        top: 63% !important;*/
/*    }*/
/*    .index-content .side{*/
/*        width: 100%;*/
/*    }*/

/*    .container .inner .main{*/
/*        width: 100% !important;*/
/*        margin: auto !important;*/
/*        margin-top: 20px;*/
/*    }*/
    
/*    .container .inner .main1{*/
/*        width: 100% !important;*/
/*        margin: auto !important;*/
/*        margin-top: 20px;*/
/*    }*/
    
/*    .container .inner .index-content{*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*    }*/
/*    .container .inner .content{*/
/*        display: flex;*/
/*    }*/
/*    .container .inner .content .side{*/
/*        width: 30%;*/
/*    }*/
/*    .container .inner .content .main{*/
/*        width: 70%;*/
/*        margin-left: auto !important;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 840px) {*/
/*    .content .side-menu .sm-title .sm-text{*/
/*        line-height: 60px !important;*/
/*        height: 60px !important;*/
/*    }*/
/*    .container .inner .content{*/
/*        flex-direction: column;*/
/*    }*/
/*    .container .inner .content .side{*/
/*        width: 100%;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 767px) {*/
/*    .index-page .entrances-main .lm-link.has-icon .icon{*/
/*        display: none;*/
/*    }*/
/*    .index-page .entrances-main .lm-link.has-icon {*/
/*        padding: 15px 0;*/
/*        padding-left: 14px;*/
/*    }*/
/*    .index-page .entrances-main [class$=title] {*/
/*        font-size: 16px;*/
/*    }*/
/*    .index-page .entrances-main [class^=lm-text]{*/
/*        font-size: 12px;*/
/*    }*/
/*    .ys_navph2_header .ys_navph2_navbar .ys_navph2_navfl {*/
/*        width: 40%;*/
/*        margin-top: 5px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 700px) {*/
/*    .index-page .entrances-main .lm-link.has-icon .icon{*/
/*        display: block;*/
/*    }*/
/*    .index-page .entrances-main .lm-link.has-icon {*/
/*        padding-left: 80px;*/
/*    }*/
/*    .index-page .entrances-main .lm-list{*/
/*        flex-direction: column;*/
/*    }*/
/*    .index-page .entrances-main .lm-item{*/
/*        width: 100%;*/
/*        margin-bottom: 10px;*/
/*        margin-left: auto !important;*/
/*    }*/
/*    .ys_navph2_header .ys_navph2_navbar .ys_navph2_navfl{*/
/*        margin-top: 10px;*/
/*    }*/
/*    .scrollPics .bd .tempWrap .tempWrap ul li{*/
/*        width: 3% !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 500px) {*/
/*    .ys_navph2_header .ys_navph2_navbar .ys_navph2_navfl{*/
/*        margin-top: 13px;*/
/*    }*/
/*    #gsearch{*/
/*        width: 100px !important;*/
/*        font-size: 12px !important;*/
/*    }*/
/*    .main .main-inner .pub-search .search-txt{*/
/*        width: 200px !important;*/
/*    }*/
    
/*    .main1 .main-inner .pub-search .search-txt{*/
/*        width: 200px !important;*/
/*    }*/
    
/*    .icon-png-fBtn {*/
/*        width: 40px !important;*/
/*        top:47% !important;*/
/*        height: 40px !important;*/
/*    }*/
/*    .icon-png-fBtn-gray {*/
/*        width: 40px !important;*/
/*        top: 65% !important;*/
/*        height: 60px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 440px) {*/
/*    .index-page .news-module .focus-nav{*/
/*        right: 0px;*/
/*    }*/
/*    .index-page .news-module .focus-nav a{*/
/*        padding: 5px 5px;*/
/*        font-size: 20px;*/
/*    }*/
/*    .index-page .news-module .titleBox .title{*/
/*        font-size: 12px;*/
/*    }*/
/*    .ys_navph2_header .ys_navph2_navbar .ys_navph2_navfl{*/
/*        margin-top: 18px;*/
/*    }*/
/*    .main .main-inner .pub-page .pub-text-list .item-text{*/
/*        width: 76%;*/
/*    }*/
    
/*    .main1 .main-inner .pub-page .pub-text-list .item-text{*/
/*        width: 76%;*/
/*    }*/
    
/*    .content .main-inner{*/
/*        padding: 0 !important;*/
/*    }*/
/*    .news-details .details-content{*/
/*        padding: 0 !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 410px) {*/
/*    .index-content .label-list .label-item{*/
/*        width: 100% !important;*/
/*    }*/
/*    .pub-text-list .item-text{*/
/*        width: 75% !important;*/
/*    }*/
/*    .main .main-inner .pub-search .search-txt{*/
/*        width: 180px !important;*/
/*    }*/
    
/*    .main1 .main-inner .pub-search .search-txt{*/
/*        width: 180px !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 380px) {*/

/*    .main .main-inner .pub-search .search-txt{*/
/*        width: 160px !important;*/
/*    }*/
    
/*    .main1 .main-inner .pub-search .search-txt{*/
/*        width: 160px !important;*/
/*    }*/
    
/*    .icon-png-fBtn-gray{*/
/*        top: 90% !important;*/
/*    }*/
/*    .icon-png-fBtn-gray img {*/
/*        width: 10px !important;*/
/*    }*/
/*}*/